public class CiscoRegistrationException
extends java.lang.Exception
CiscoMediaTerminal.register
method throws this exception
when the registration process fails for any reason. For example, registration would fail if the
Provider were OUT_OF_SERVICE
or if the device were already registered.Constructor and Description |
---|
CiscoRegistrationException() |
CiscoRegistrationException(java.lang.String description)
This method takes description of the exception as a parameter.
|